home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Super Collection / Windows 95 Super Collection.iso / win95 / programm / secdel32 / readme.txt < prev   
Encoding:
Text File  |  1993-11-05  |  408 b   |  12 lines

  1.  
  2. SECDEL32 by Mark Gamber 11/4/93
  3.  
  4.  
  5.    This is an example of a secure file deletion under Windows NT. Files dropped
  6. on the window are opened and their size determined. Then a mapping object is
  7. created from the file and it's mapped to memory. Once mapped, it's a simple
  8. procedure to memset() the entire block and flush the view, removing any data
  9. on the disk itself. Finally, the file is deleted.
  10.  
  11.  
  12.